3.55 \(\int x^3 \sqrt{\pi +c^2 \pi x^2} (a+b \sinh ^{-1}(c x)) \, dx\)

Optimal. Leaf size=109 \[ \frac{\left (\pi c^2 x^2+\pi \right )^{5/2} \left (a+b \sinh ^{-1}(c x)\right )}{5 \pi ^2 c^4}-\frac{\left (\pi c^2 x^2+\pi \right )^{3/2} \left (a+b \sinh ^{-1}(c x)\right )}{3 \pi c^4}+\frac{2 \sqrt{\pi } b x}{15 c^3}-\frac{1}{25} \sqrt{\pi } b c x^5-\frac{\sqrt{\pi } b x^3}{45 c} \]

[Out]

(2*b*Sqrt[Pi]*x)/(15*c^3) - (b*Sqrt[Pi]*x^3)/(45*c) - (b*c*Sqrt[Pi]*x^5)/25 - ((Pi + c^2*Pi*x^2)^(3/2)*(a + b*
ArcSinh[c*x]))/(3*c^4*Pi) + ((Pi + c^2*Pi*x^2)^(5/2)*(a + b*ArcSinh[c*x]))/(5*c^4*Pi^2)

________________________________________________________________________________________

Rubi [A]  time = 0.120906, antiderivative size = 111, normalized size of antiderivative = 1.02, number of steps used = 3, number of rules used = 4, integrand size = 26, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.154, Rules used = {266, 43, 5732, 12} \[ \frac{\sqrt{\pi } \left (c^2 x^2+1\right )^{5/2} \left (a+b \sinh ^{-1}(c x)\right )}{5 c^4}-\frac{\sqrt{\pi } \left (c^2 x^2+1\right )^{3/2} \left (a+b \sinh ^{-1}(c x)\right )}{3 c^4}+\frac{2 \sqrt{\pi } b x}{15 c^3}-\frac{1}{25} \sqrt{\pi } b c x^5-\frac{\sqrt{\pi } b x^3}{45 c} \]

Antiderivative was successfully verified.

[In]

Int[x^3*Sqrt[Pi + c^2*Pi*x^2]*(a + b*ArcSinh[c*x]),x]

[Out]

(2*b*Sqrt[Pi]*x)/(15*c^3) - (b*Sqrt[Pi]*x^3)/(45*c) - (b*c*Sqrt[Pi]*x^5)/25 - (Sqrt[Pi]*(1 + c^2*x^2)^(3/2)*(a
 + b*ArcSinh[c*x]))/(3*c^4) + (Sqrt[Pi]*(1 + c^2*x^2)^(5/2)*(a + b*ArcSinh[c*x]))/(5*c^4)

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 5732

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))*(x_)^(m_)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :> With[{u = IntHide[x
^m*(1 + c^2*x^2)^p, x]}, Dist[d^p*(a + b*ArcSinh[c*x]), u, x] - Dist[b*c*d^p, Int[SimplifyIntegrand[u/Sqrt[1 +
 c^2*x^2], x], x], x]] /; FreeQ[{a, b, c, d, e}, x] && EqQ[e, c^2*d] && IntegerQ[p - 1/2] && (IGtQ[(m + 1)/2,
0] || ILtQ[(m + 2*p + 3)/2, 0]) && NeQ[p, -2^(-1)] && GtQ[d, 0]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rubi steps

\begin{align*} \int x^3 \sqrt{\pi +c^2 \pi x^2} \left (a+b \sinh ^{-1}(c x)\right ) \, dx &=-\frac{\sqrt{\pi } \left (1+c^2 x^2\right )^{3/2} \left (a+b \sinh ^{-1}(c x)\right )}{3 c^4}+\frac{\sqrt{\pi } \left (1+c^2 x^2\right )^{5/2} \left (a+b \sinh ^{-1}(c x)\right )}{5 c^4}-\left (b c \sqrt{\pi }\right ) \int \frac{-2+c^2 x^2+3 c^4 x^4}{15 c^4} \, dx\\ &=-\frac{\sqrt{\pi } \left (1+c^2 x^2\right )^{3/2} \left (a+b \sinh ^{-1}(c x)\right )}{3 c^4}+\frac{\sqrt{\pi } \left (1+c^2 x^2\right )^{5/2} \left (a+b \sinh ^{-1}(c x)\right )}{5 c^4}-\frac{\left (b \sqrt{\pi }\right ) \int \left (-2+c^2 x^2+3 c^4 x^4\right ) \, dx}{15 c^3}\\ &=\frac{2 b \sqrt{\pi } x}{15 c^3}-\frac{b \sqrt{\pi } x^3}{45 c}-\frac{1}{25} b c \sqrt{\pi } x^5-\frac{\sqrt{\pi } \left (1+c^2 x^2\right )^{3/2} \left (a+b \sinh ^{-1}(c x)\right )}{3 c^4}+\frac{\sqrt{\pi } \left (1+c^2 x^2\right )^{5/2} \left (a+b \sinh ^{-1}(c x)\right )}{5 c^4}\\ \end{align*}

Mathematica [A]  time = 0.194575, size = 106, normalized size = 0.97 \[ \frac{\sqrt{\pi } \left (15 a \sqrt{c^2 x^2+1} \left (3 c^4 x^4+c^2 x^2-2\right )+b \left (-9 c^5 x^5-5 c^3 x^3+30 c x\right )+15 b \sqrt{c^2 x^2+1} \left (3 c^4 x^4+c^2 x^2-2\right ) \sinh ^{-1}(c x)\right )}{225 c^4} \]

Antiderivative was successfully verified.

[In]

Integrate[x^3*Sqrt[Pi + c^2*Pi*x^2]*(a + b*ArcSinh[c*x]),x]

[Out]

(Sqrt[Pi]*(15*a*Sqrt[1 + c^2*x^2]*(-2 + c^2*x^2 + 3*c^4*x^4) + b*(30*c*x - 5*c^3*x^3 - 9*c^5*x^5) + 15*b*Sqrt[
1 + c^2*x^2]*(-2 + c^2*x^2 + 3*c^4*x^4)*ArcSinh[c*x]))/(225*c^4)

________________________________________________________________________________________

Maple [A]  time = 0.077, size = 164, normalized size = 1.5 \begin{align*} a \left ({\frac{{x}^{2}}{5\,\pi \,{c}^{2}} \left ( \pi \,{c}^{2}{x}^{2}+\pi \right ) ^{{\frac{3}{2}}}}-{\frac{2}{15\,\pi \,{c}^{4}} \left ( \pi \,{c}^{2}{x}^{2}+\pi \right ) ^{{\frac{3}{2}}}} \right ) +{\frac{b\sqrt{\pi }}{225\,{c}^{4}} \left ( 45\,{\it Arcsinh} \left ( cx \right ){c}^{6}{x}^{6}+60\,{\it Arcsinh} \left ( cx \right ){c}^{4}{x}^{4}-9\,{c}^{5}{x}^{5}\sqrt{{c}^{2}{x}^{2}+1}-15\,{\it Arcsinh} \left ( cx \right ){c}^{2}{x}^{2}-5\,{c}^{3}{x}^{3}\sqrt{{c}^{2}{x}^{2}+1}-30\,{\it Arcsinh} \left ( cx \right ) +30\,cx\sqrt{{c}^{2}{x}^{2}+1} \right ){\frac{1}{\sqrt{{c}^{2}{x}^{2}+1}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3*(a+b*arcsinh(c*x))*(Pi*c^2*x^2+Pi)^(1/2),x)

[Out]

a*(1/5*x^2*(Pi*c^2*x^2+Pi)^(3/2)/Pi/c^2-2/15/Pi/c^4*(Pi*c^2*x^2+Pi)^(3/2))+1/225*b/c^4*Pi^(1/2)/(c^2*x^2+1)^(1
/2)*(45*arcsinh(c*x)*c^6*x^6+60*arcsinh(c*x)*c^4*x^4-9*c^5*x^5*(c^2*x^2+1)^(1/2)-15*arcsinh(c*x)*c^2*x^2-5*c^3
*x^3*(c^2*x^2+1)^(1/2)-30*arcsinh(c*x)+30*c*x*(c^2*x^2+1)^(1/2))

________________________________________________________________________________________

Maxima [A]  time = 1.20101, size = 181, normalized size = 1.66 \begin{align*} \frac{1}{15} \, b{\left (\frac{3 \,{\left (\pi + \pi c^{2} x^{2}\right )}^{\frac{3}{2}} x^{2}}{\pi c^{2}} - \frac{2 \,{\left (\pi + \pi c^{2} x^{2}\right )}^{\frac{3}{2}}}{\pi c^{4}}\right )} \operatorname{arsinh}\left (c x\right ) + \frac{1}{15} \, a{\left (\frac{3 \,{\left (\pi + \pi c^{2} x^{2}\right )}^{\frac{3}{2}} x^{2}}{\pi c^{2}} - \frac{2 \,{\left (\pi + \pi c^{2} x^{2}\right )}^{\frac{3}{2}}}{\pi c^{4}}\right )} - \frac{{\left (9 \, \sqrt{\pi } c^{4} x^{5} + 5 \, \sqrt{\pi } c^{2} x^{3} - 30 \, \sqrt{\pi } x\right )} b}{225 \, c^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(a+b*arcsinh(c*x))*(pi*c^2*x^2+pi)^(1/2),x, algorithm="maxima")

[Out]

1/15*b*(3*(pi + pi*c^2*x^2)^(3/2)*x^2/(pi*c^2) - 2*(pi + pi*c^2*x^2)^(3/2)/(pi*c^4))*arcsinh(c*x) + 1/15*a*(3*
(pi + pi*c^2*x^2)^(3/2)*x^2/(pi*c^2) - 2*(pi + pi*c^2*x^2)^(3/2)/(pi*c^4)) - 1/225*(9*sqrt(pi)*c^4*x^5 + 5*sqr
t(pi)*c^2*x^3 - 30*sqrt(pi)*x)*b/c^3

________________________________________________________________________________________

Fricas [A]  time = 2.40754, size = 351, normalized size = 3.22 \begin{align*} \frac{15 \, \sqrt{\pi + \pi c^{2} x^{2}}{\left (3 \, b c^{6} x^{6} + 4 \, b c^{4} x^{4} - b c^{2} x^{2} - 2 \, b\right )} \log \left (c x + \sqrt{c^{2} x^{2} + 1}\right ) + \sqrt{\pi + \pi c^{2} x^{2}}{\left (45 \, a c^{6} x^{6} + 60 \, a c^{4} x^{4} - 15 \, a c^{2} x^{2} -{\left (9 \, b c^{5} x^{5} + 5 \, b c^{3} x^{3} - 30 \, b c x\right )} \sqrt{c^{2} x^{2} + 1} - 30 \, a\right )}}{225 \,{\left (c^{6} x^{2} + c^{4}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(a+b*arcsinh(c*x))*(pi*c^2*x^2+pi)^(1/2),x, algorithm="fricas")

[Out]

1/225*(15*sqrt(pi + pi*c^2*x^2)*(3*b*c^6*x^6 + 4*b*c^4*x^4 - b*c^2*x^2 - 2*b)*log(c*x + sqrt(c^2*x^2 + 1)) + s
qrt(pi + pi*c^2*x^2)*(45*a*c^6*x^6 + 60*a*c^4*x^4 - 15*a*c^2*x^2 - (9*b*c^5*x^5 + 5*b*c^3*x^3 - 30*b*c*x)*sqrt
(c^2*x^2 + 1) - 30*a))/(c^6*x^2 + c^4)

________________________________________________________________________________________

Sympy [A]  time = 21.3508, size = 221, normalized size = 2.03 \begin{align*} \begin{cases} \frac{\sqrt{\pi } a x^{4} \sqrt{c^{2} x^{2} + 1}}{5} + \frac{\sqrt{\pi } a x^{2} \sqrt{c^{2} x^{2} + 1}}{15 c^{2}} - \frac{2 \sqrt{\pi } a \sqrt{c^{2} x^{2} + 1}}{15 c^{4}} - \frac{\sqrt{\pi } b c x^{5}}{25} + \frac{\sqrt{\pi } b x^{4} \sqrt{c^{2} x^{2} + 1} \operatorname{asinh}{\left (c x \right )}}{5} - \frac{\sqrt{\pi } b x^{3}}{45 c} + \frac{\sqrt{\pi } b x^{2} \sqrt{c^{2} x^{2} + 1} \operatorname{asinh}{\left (c x \right )}}{15 c^{2}} + \frac{2 \sqrt{\pi } b x}{15 c^{3}} - \frac{2 \sqrt{\pi } b \sqrt{c^{2} x^{2} + 1} \operatorname{asinh}{\left (c x \right )}}{15 c^{4}} & \text{for}\: c \neq 0 \\\frac{\sqrt{\pi } a x^{4}}{4} & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3*(a+b*asinh(c*x))*(pi*c**2*x**2+pi)**(1/2),x)

[Out]

Piecewise((sqrt(pi)*a*x**4*sqrt(c**2*x**2 + 1)/5 + sqrt(pi)*a*x**2*sqrt(c**2*x**2 + 1)/(15*c**2) - 2*sqrt(pi)*
a*sqrt(c**2*x**2 + 1)/(15*c**4) - sqrt(pi)*b*c*x**5/25 + sqrt(pi)*b*x**4*sqrt(c**2*x**2 + 1)*asinh(c*x)/5 - sq
rt(pi)*b*x**3/(45*c) + sqrt(pi)*b*x**2*sqrt(c**2*x**2 + 1)*asinh(c*x)/(15*c**2) + 2*sqrt(pi)*b*x/(15*c**3) - 2
*sqrt(pi)*b*sqrt(c**2*x**2 + 1)*asinh(c*x)/(15*c**4), Ne(c, 0)), (sqrt(pi)*a*x**4/4, True))

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: NotImplementedError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3*(a+b*arcsinh(c*x))*(pi*c^2*x^2+pi)^(1/2),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError